home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 673
- Height = 210
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ScrollBar1: TScrollBar
- Left = 16
- Top = 24
- Width = 385
- Height = 16
- TabOrder = 0
- end
- object ScrollBar2: TScrollBar
- Left = 16
- Top = 56
- Width = 385
- Height = 16
- TabOrder = 1
- end
- object ComboBox1: TComboBox
- Left = 424
- Top = 24
- Width = 209
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'THREAD_PRIORITY_ABOVE_NORMAL'
- 'THREAD_PRIORITY_BELOW_NORMAL'
- 'THREAD_PRIORITY_HIGHEST'
- 'THREAD_PRIORITY_IDLE'
- 'THREAD_PRIORITY_NORMAL'
- 'THREAD_PRIORITY_TIME_CRITICAL'
- '')
- TabOrder = 2
- Text = 'THREAD_PRIORITY_NORMAL'
- OnChange = ComboBox1Change
- end
- object Button1: TButton
- Left = 72
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Run!'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 176
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 4
- OnClick = Button2Click
- end
- end
-